home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / cutils.arc / SCREEN.H < prev    next >
Text File  |  1985-08-30  |  512b  |  17 lines

  1. /*
  2.         AUTHOR          Jon Wesener
  3.         DATE            7 / 15 / 85
  4.         PURPOSE         These definitions are to be included with the use
  5.                         of the 11:11 library screen functions.
  6. */
  7.  
  8. /*      Modes for SET_MODE      */
  9.  
  10. #define         SM$40BW         0
  11. #define         SM$40CL         1
  12. #define         SM$80BW         2
  13. #define         SM$80CL         3
  14. #define         SM$320CL        4
  15. #define         SM$320BW        5
  16. #define         SM$640BW        6
  17.